Skip to content

Fix missing variable 'm', which should be 'MLP_m'.#8

Open
ndahlquist wants to merge 1 commit intojph00:masterfrom
ndahlquist:fix_missing_variable
Open

Fix missing variable 'm', which should be 'MLP_m'.#8
ndahlquist wants to merge 1 commit intojph00:masterfrom
ndahlquist:fix_missing_variable

Conversation

@ndahlquist
Copy link
Copy Markdown

NameError                                 Traceback (most recent call last)
<ipython-input-43-c13c6882f074> in <module>()
----> 1 dl,gl = train(MLP_D, MLP_G, m, 4000)

NameError: name 'm' is not defined

This is clearly intended to be MLP_m .

Test Plan

  • After making this change, this part of the notebook works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant